Migrate a Report
Overview
The API Comparison table highlights the main actions and API methods for creating, scheduling, and executing a Report. Select an endpoint from IQM or The Trade Desk to review that platform's relevant API documentation. By comparing APIs, you can migrate your workflow from The Trade Desk to IQM.
API Comparison
Base URLs
IQM: https://app.iqm.com
TTD: https://api.thetradedesk.com
Action | IQM Endpoint | The Trade Desk Endpoint | Notes |
---|---|---|---|
Get Report by ID | /api/v3/ra/report/{reportId} | n/a | |
Create a Report | /api/v3/ra/report/add | n/a | The Trade Desk requires using the UI to define Report templates' metrics. IQM's API allows users to include/exclude metrics manually through its API with the dimensions and columns parameters. |
Schedule a Report | /api/v3/ra/report/email/schedule | /v3/myreports/reportschedule | |
Execute a Report | /api/v3/ra/report/execute | GraphQL mutation campaignReportExecute | |
Download a Report | /api/v3/ra/report/download | GraphQL mutation campaignReportExecute |
More Reports Resources
IQM:
TTD: